-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove memory leak in sublist_search.cpp
#2541
fix: remove memory leak in sublist_search.cpp
#2541
Conversation
@CarlosZoft you have some recent experience with reviewing pull-requests fixing memory leaks - maybe you could have a look here as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
02f0feb
to
e5f8d95
Compare
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Panquesito7, @realstealthninja: please |
e5f8d95
to
3b8ff14
Compare
3b8ff14
to
2fd3c5b
Compare
Description of Change
sublist_search.cpp
has a memory leak. This PR adds the functiondeleteList
in order to fix it.Checklist
Notes:
Removes memory leak in
sublist_search.cpp
.